3.11.21 \(\int \frac {(d+e x)^5}{(c d^2+2 c d e x+c e^2 x^2)^3} \, dx\) [1021]

Optimal. Leaf size=13 \[ \frac {\log (d+e x)}{c^3 e} \]

[Out]

ln(e*x+d)/c^3/e

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 13, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 30, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {27, 12, 31} \begin {gather*} \frac {\log (d+e x)}{c^3 e} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(d + e*x)^5/(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^3,x]

[Out]

Log[d + e*x]/(c^3*e)

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 27

Int[(u_.)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[u*Cancel[(b/2 + c*x)^(2*p)/c^p], x] /; Fr
eeQ[{a, b, c}, x] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rubi steps

\begin {align*} \int \frac {(d+e x)^5}{\left (c d^2+2 c d e x+c e^2 x^2\right )^3} \, dx &=\int \frac {1}{c^3 (d+e x)} \, dx\\ &=\frac {\int \frac {1}{d+e x} \, dx}{c^3}\\ &=\frac {\log (d+e x)}{c^3 e}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 13, normalized size = 1.00 \begin {gather*} \frac {\log (d+e x)}{c^3 e} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(d + e*x)^5/(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^3,x]

[Out]

Log[d + e*x]/(c^3*e)

________________________________________________________________________________________

Maple [A]
time = 0.58, size = 14, normalized size = 1.08

method result size
default \(\frac {\ln \left (e x +d \right )}{c^{3} e}\) \(14\)
norman \(\frac {\ln \left (e x +d \right )}{c^{3} e}\) \(14\)
risch \(\frac {\ln \left (e x +d \right )}{c^{3} e}\) \(14\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)^5/(c*e^2*x^2+2*c*d*e*x+c*d^2)^3,x,method=_RETURNVERBOSE)

[Out]

ln(e*x+d)/c^3/e

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 13, normalized size = 1.00 \begin {gather*} \frac {e^{\left (-1\right )} \log \left (x e + d\right )}{c^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^5/(c*e^2*x^2+2*c*d*e*x+c*d^2)^3,x, algorithm="maxima")

[Out]

e^(-1)*log(x*e + d)/c^3

________________________________________________________________________________________

Fricas [A]
time = 2.83, size = 13, normalized size = 1.00 \begin {gather*} \frac {e^{\left (-1\right )} \log \left (x e + d\right )}{c^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^5/(c*e^2*x^2+2*c*d*e*x+c*d^2)^3,x, algorithm="fricas")

[Out]

e^(-1)*log(x*e + d)/c^3

________________________________________________________________________________________

Sympy [A]
time = 0.03, size = 17, normalized size = 1.31 \begin {gather*} \frac {\log {\left (c^{3} d + c^{3} e x \right )}}{c^{3} e} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)**5/(c*e**2*x**2+2*c*d*e*x+c*d**2)**3,x)

[Out]

log(c**3*d + c**3*e*x)/(c**3*e)

________________________________________________________________________________________

Giac [A]
time = 0.80, size = 14, normalized size = 1.08 \begin {gather*} \frac {e^{\left (-1\right )} \log \left ({\left | x e + d \right |}\right )}{c^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^5/(c*e^2*x^2+2*c*d*e*x+c*d^2)^3,x, algorithm="giac")

[Out]

e^(-1)*log(abs(x*e + d))/c^3

________________________________________________________________________________________

Mupad [B]
time = 0.41, size = 13, normalized size = 1.00 \begin {gather*} \frac {\ln \left (d+e\,x\right )}{c^3\,e} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d + e*x)^5/(c*d^2 + c*e^2*x^2 + 2*c*d*e*x)^3,x)

[Out]

log(d + e*x)/(c^3*e)

________________________________________________________________________________________